home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / utilmnu1.zip / DOOR5.BAT < prev    next >
DOS Batch File  |  1994-02-12  |  189b  |  15 lines

  1. cd\wc30\door5
  2.  
  3. :Restart
  4.  
  5. if exist doit.bat del doit.bat
  6. utilmenu utilmenu.cfg
  7.  
  8. if exist doit.bat call doit.bat
  9. if errorlevel 1 goto End
  10. if exist doit.bat goto Restart
  11.  
  12. :End
  13.  
  14.  
  15.